DescribeUserBaselineAuthorization
Description
query the status of user cloud platform authorization information.
Request Method
POST
Request Path
/apsara/route/Sas/DescribeUserBaselineAuthorization
Request Parameters Common Parameters
| Name | Location | Type | Required | Sample value | Description |
|---|---|---|---|---|---|
| SourceIp | BODY | string | No | 1.2.3.4 | access the IP address of the source. |
| regionId | BODY | string | Yes | No sample value for this parameter. | region id |
| Lang | BODY | string | No | zh | the language type of the request and receive message. zh: Chinese en: English |
| version | BODY | string | No | 2016-01-01 | version of api |
Return data
| Name | Type | Sample value | Description |
|---|---|---|---|
| Status | integer | 1 | cloud platform configuration check authorization status. 0: authorization is closed. When authorization is closed, you cannot use the cloud platform configuration check function. 1: authorization is enabled. Only when authorization is enabled can the configuration check function of the cloud platform be used. |
| RequestId | string | 0AF20EB0-EBBC-4B94-9B84-F3BAFAC53EDE | request ID of the result. |
| UserBaselineAuthorization | struct | No sample value for this parameter. | cloud baseline configuration checks authorization information. |
Example
Successful Response example
{
"Status":"1",
"RequestId":"0AF20EB0-EBBC-4B94-9B84-F3BAFAC53EDE",
"UserBaselineAuthorization":""
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}